if (FALSE) {
# Recreate design matrix when "outcome == measure"
DT <- res.glm$DT.Xy[region == levels(region)[1L],
!c('region', res.glm$outcome),
with=FALSE]
X <- do.call(brainGraph_GLM_design, c(list(covars=DT),
attributes(res.glm$X)[-c(1L, 2L)]))
all.equal(X, res.glm$X)
}
Run the code above in your browser using DataLab